home *** CD-ROM | disk | FTP | other *** search
/ DOS Vuser Deluxe 2003 October / DOS Vuser Deluxe 2003 Oct - Disc 1.iso / SKIN / WWC.wmz / WWC.wms < prev   
Text File  |  2002-10-23  |  46KB  |  399 lines

  1. <!-- Graphics Design & Code by Henrik L÷wenadler -->
  2. <!-- http://www.theskinsfactory.com -->
  3. <!-- info@theskinsfactory.com -->
  4.  
  5. <theme id="WWC" title="Wild Well control Inc." author="TheSkinsFactory.com" copyright="⌐2002 Wild Well Control, Inc. All Rights Reserved." >
  6.  
  7. <view id="mainView" timerInterval="7000" onTimer="Blendshutter()"  titlebar="false" width="674" height="222" minwidth="550" minheight="338" backgroundColor="none" scriptFile="Script.js;res://wmploc.dll/RT_TEXT/#132;"
  8.     onLoad="mainStartUp()" onClose="mainShutDown()" onKeyPress="viewHotKeys();" >
  9.  
  10.     <player PlayState_onchange="checkPlayerState()" OpenState_onchange="checkPlayerState()" status="updateMetadata();" >
  11.             <controls currentPosition_onchange="progressMain.value=player.controls.currentPosition;updateSeekToolTip();" />
  12.     </player>
  13.  
  14. <video visible="false" enabled="true" onvideostart="theme.openView('videoView');" />
  15.  
  16. <subview zIndex="3" id="mainBodyTop" left="0" top="0" backgroundImage="Preview.png" transparencyColor="#ff00ff"/>
  17.     <subview zIndex="8" id="MetaBG" Backgroundimage="Metabg.png" AlphaBlend="0" top="32" left="264" width="150" height="165">
  18.         <button left="0" top="0" image="Metabg.png" id="logolink" visible="false"  hoverimage="Metabg-ho.jpg" width="150" height="165" tabstop="false" cursor="hand" uptooltip="Visit WildWell.com" onClick="jscript:player.launchURL('http://www.wildwell.com')" />
  19.         <text id="metadata" left="17" top="16" width="115" fontSize="8" fontSmoothing="true" fontFace="arial" foregroundColor="#F3E22D" 
  20.             scrollingDelay="50" scrollingAmount="2" justification="center" scrolling="true" />
  21.         <text id="time" left="60" top="0" fontSize="8" scrolling="false" fontSmoothing="true" foregroundColor="#F3E22D" 
  22.             fontStyle="bold" justification="center" value="wmpprop:player.controls.currentPositionString" fontFace="tahoma,verdana" />
  23.             
  24.     </subview>
  25.  
  26.     <subview zIndex="4" id="introAnim" left="207" top="" backgroundImage="Introanimbg.gif"  transparencyColor="#ff00ff" passthrough="true">
  27.         <button id="introanimbut" image="Introanim.gif" downimage="Introanim.gif" tabStop="false"/>
  28.     </subview>
  29.     <subview zIndex="4" id="introAnim2" left="207" top="" backgroundImage="Introanimbg.gif" visible="false"  transparencyColor="#ff00ff" passthrough="true">
  30.         <button id="introanimbut2" image="Introanim2.gif" downimage="Introanim2.gif" tabStop="false"/>
  31.     </subview>
  32.     
  33.     <subview id="Leftdrawer" zIndex="3" left="113" top="46" backgroundimage="Left-Drawer.png" transparencycolor="#FF00FF"/>
  34.     <subview id="Drawertile" zIndex="3" left="127" top="46" backgroundimage="Drawer-Tile.png" transparencycolor="#FF00FF" />
  35.     <subview id="Drawertile2" zIndex="3" left="127" top="46" backgroundimage="Drawer-Tile.png" transparencycolor="#FF00FF"/>
  36.     
  37.     <subview id="Leftdrawertop" zIndex="4" left="113" top="46" backgroundimage="Left-Drawer.png" transparencycolor="#FF00FF">
  38.         <button image="Left-Drawer.png" left="0" top="0" zIndex="4" transparencycolor="#FF00FF" enabled="false" tabstop="false"/>
  39.         <button id="Leftdraweropen" image="Left-Drawer-openbutton.png" hoverimage="Left-Drawer-openbutton-ho.png" downimage="Left-Drawer-openbutton-dn.png" left="0" top="53" zIndex="4" transparencycolor="#FF00FF" uptooltip="Show Graphic Equalizer" downtooltip="Hide Graphic Equalizer" cursor="hand" onClick="moveDrawerleft();"/>
  40.         <button id="Leftdraweropen2" tabstop="false" visible="false" image="Left-Drawer-openbutton2.png" hoverimage="Left-Drawer-openbutton2-ho.png" downimage="Left-Drawer-openbutton2-dn.png" left="0" top="53" zIndex="5" transparencycolor="#FF00FF" uptooltip="Hide Graphic Equalizer" downtooltip="Show Graphic Equalizer" cursor="hand" onClick="moveDrawerleft();"/>
  41.         
  42.         <subview id="Drawerbuttons" zIndex="22" left="9" top="6" backgroundimage="Left-Drawer-Buttons.png">
  43.             <buttongroup backgroundimage="Left-Drawer-Buttons.png" Hoverimage="Left-Drawer-Buttons-ho.png" Downimage="Left-Drawer-Buttons-dn.png" Disabledimage="Left-Drawer-Buttons-dis.png" Mappingimage="Left-Drawer-Buttons-map.png">
  44.                 <buttonelement mappingcolor="#000000" id="eqbut" uptooltip="Graphic Equalizer" cursor="hand" onClick="moveDrawerleft();" />
  45.                 <buttonelement mappingcolor="#FFFFFF" id="plbut"  uptooltip="Playlist" cursor="hand" onClick="togglePL();"/>
  46.                 <buttonelement id="mute" mappingcolor="#FF0000"  uptooltip="Mute" downtooltip="Sound" cursor="hand"   sticky="true" onclick="player.settings.mute = !player.settings.mute" down="player.settings.mute" />
  47.             </buttongroup>
  48.         </subview>
  49.         
  50.     </subview>
  51.     <subview id="Leftdrawerghost" left="113" top="46" visible="false"  onEndMove="moveDrawerleft2();"/>
  52.     <subview id="Leftdrawerghost2" left="113" top="46" visible="false"  onEndMove="checkpos();fadeEQ();"/>
  53.     <subview id="Rightdrawerghost" left="487" top="46"  visible="false"  onEndMove="moveDrawerright2();"/>
  54.     <subview id="Rightdrawerghost2" left="487" top="46"  visible="false"  onEndMove="checkpos2();fadeVIS();"/>
  55.     <subview id="Leftpipe" zIndex="2" left="147" top="86" backgroundimage="Pipe.png" transparencycolor="#FF00FF" enabled="false"/>
  56.     <subview id="Leftpipe2" zIndex="2" left="206" top="75" backgroundimage="Pipe2.png" transparencycolor="#FF00FF" enabled="false" />
  57.     
  58.     <subview id="Eqsub" zIndex="3" visible="false" alphaBlend="0" left="75" top="67" height="11" backgroundimage="EQ2.png" passthrough="true" transparencycolor="#FF00FF">
  59.         <subview id="Eqreset" zIndex="4" backgroundimage="Eq-reset.png" width="19" height="11" left="44">
  60.             <button zIndex="25" image="Eq-reset.png" hoverimage="Eq-reset-ho.png" cursor="hand" left="0" top="0"  upToolTip="Reset Graphic Equalizer" onClick="eq.reset();"/>
  61.         </subview>
  62.         <subview zIndex="4" id="eqSliders" visible="false"  left="0" top="10" width="108" height="82" backgroundimage="EQ.png" alphaBlend="0" >
  63.             <equalizerSettings id="eq" enable="true"  enableSplineTension="true" splineTension="3"/>
  64.             <slider id="eq1" borderSize="4" left="5" top ="2" width="8" height="62" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="vertical" toolTip="31hz" transparencyColor="#ff00ff"/>
  65.             <slider id="eq2" borderSize="4" left="15" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="63hz" transparencyColor="#ff00ff"/>
  66.             <slider id="eq3" borderSize="4" left="25" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz" transparencyColor="#ff00ff"/>
  67.             <slider id="eq4" borderSize="4" left="35" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz" transparencyColor="#ff00ff"/>
  68.             <slider id="eq5" borderSize="4" left="45" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz" transparencyColor="#ff00ff"/>
  69.             <slider id="eq6" borderSize="4" left="55" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz" transparencyColor="#ff00ff"/>
  70.             <slider id="eq7" borderSize="4" left="65" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz" transparencyColor="#ff00ff"/>
  71.             <slider id="eq8" borderSize="4" left="75" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz" transparencyColor="#ff00ff"/>
  72.             <slider id="eq9" borderSize="4" left="85" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz" transparencyColor="#ff00ff"/>
  73.             <slider id="eq10" borderSize="4" left="95" top="2" width="8" height="60" toolTip="Equaliser Adjustment" thumbImage="Knob.png" thumbDownImage="Knob.png" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz" transparencyColor="#ff00ff"/>
  74.         <button zIndex="25" image="Eq-preset-prev.png" hoverimage="Eq-preset-prev-ho.png" cursor="hand" left="2" top="70"  upToolTip="Previous Equalizer Preset" onClick="eq.previousPreset();"/>
  75.         <text id="eqPresetText" left="22" top="70" width="66" fontSize="7" fontSmoothing="true" fontFace="Verdana" foregroundColor="#F3E22D" 
  76.                 fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" visible="true"/>    
  77.         <button zIndex="25" image="Eq-preset-next.png" hoverimage="Eq-preset-next-ho.png" cursor="hand" left="98" top="70"  upToolTip="Next Equalizer Preset" onClick="eq.nextPreset();"/>
  78.         </subview>
  79.         
  80.     </subview>
  81.     
  82.     <subview id="Transportbuttons" backgroundimage="Transports.png" transparencycolor="#FF00FF" zIndex="5" left="288" top="4">
  83.         <buttongroup backgroungimage="Transports.png" hoverimage="Transports-ho.png" Downimage="Transports-dn.png" Disabledimage="Transports-dis.png" mappingimage="Transports-map.png">
  84.             <prevelement mappingcolor="#000000" uptooltip="Previous"  cursor="hand"/>
  85.             <stopelement mappingcolor="#FFFFFF" uptooltip="Stop"  cursor="hand"/>
  86.             <playelement mappingcolor="#FF0000" uptooltip="Play" cursor="hand"/>
  87.             <nextelement mappingcolor="#0000FF" uptooltip="Next"  cursor="hand"/>
  88.             <buttonelement mappingcolor="#00FF00" upToolTip="Open Media File" onClick="jscript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALLMEDIA');"  cursor="hand"/>
  89.         </buttongroup>
  90.         <pausebutton left="40" top="0"  cursor="hand" visible="wmpenabled:player.controls.pause"  id="Pause" image="Pause.png" hoverimage="Pause-ho.png" downimage="Pause-dn.png" disabledimage="Pause-dis.png"/>
  91.     </subview>
  92.     
  93.     <subview id="Fullminclosebuttons" backgroundimage="Fullminclose.png" transparencycolor="#FF00FF" left="406" top="18" zIndex="4">
  94.         <buttongroup transparencycolor="#FF00FF" backgroundimage="Fullminclose.png" Hoverimage="Fullminclose-ho.png" Downimage="Fullminclose-dn.png" Disabledimage="Fullminclose-dis.png" Mappingimage="Fullminclose-map.png">
  95.                 <buttonelement mappingcolor="#000000"  upToolTip="Return to Full Mode" onClick="view.returnToMediaCenter();" cursor="hand"/>
  96.                 <buttonelement mappingcolor="#FFFFFF" onClick="jscript:view.minimize();" upToolTip="Minimize" cursor="hand" />
  97.                 <buttonelement mappingcolor="#FF0000" onClick="jscript:view.close();" upToolTip="Close" cursor="hand" />
  98.             </buttongroup>
  99.     </subview>
  100.     
  101.     <subview id="Rightpipe" zIndex="2" left="452" top="86" backgroundimage="Pipe-b.png" transparencycolor="#FF00FF" />
  102.     <subview id="Rightpipe2" zIndex="2" left="462" top="75" backgroundimage="Pipe2-b.png" transparencycolor="#FF00FF" />
  103.     
  104.     <subview zIndex="35" id="visSub" alphaBlend="0" visible="false"  left="490" height="68" top="71"  passthrough="true" backgroundimage="visbg.gif">
  105.         <effects zIndex="2" id="visEffects" left="0" top="0" visible="true" width="107" height="68" 
  106.         backgroundImage="visbg.gif" windowed="false" visible="true" currentEffectType="wmpprop:mediacenter.effectType" currentPreset="wmpprop:mediacenter.effectPreset" currentEffectType_onchange="mediacenter.effectType=currentEffectType;" currentPreset_onchange="mediacenter.effectPreset=currentPreset;" >
  107.         </effects>
  108.     </subview>
  109.     <subview id="Volsub" visible="false" left="488" top="55" zIndex="7" backgroundimage="Volseekbg.png" transparencycolor="#FF00FF">
  110.                 <slider tooltip="Volume" borderSize="6" left="20" top ="4" width="87" height="6" thumbImage="Slider-knob.gif" thumbDownImage="Slider-knob-ho.gif" thumbHoverimage="Slider-knob-ho.gif"  transparencyColor="#ff00ff" max="100" min="0" value="wmpprop:player.settings.volume" value_onchange="jscript:player.settings.volume=value;player.settings.mute=false;mute.down=false;updateVolToolTip()"/>
  111.                 <slider tooltip="Seek" borderSize="6" left="20" top ="103" width="87" height="6" toolTip="Progress" thumbImage="Slider-knob.gif" thumbDownImage="Slider-knob-ho.gif" thumbHoverimage="Slider-knob-ho.gif"  transparencyColor="#ff00ff" toolTip="Seek" foregroundProgress="wmpprop:player.network.downloadProgress" max="wmpprop:player.currentMedia.duration" min="0" value="wmpprop:player.controls.currentPosition" onDragEnd="jscript:player.controls.currentPosition=value;"/>            
  112.                 <button zIndex="255" image="Eq-preset-prev.png" hoverimage="Eq-preset-prev-ho.png" cursor="hand" left="2" top="86"  upToolTip="Previous Visualization" onClick="visEffects.previous();"/>
  113.                 <button zIndex="255" image="Eq-preset-next.png" hoverimage="Eq-preset-next-ho.png" cursor="hand" left="97" top="86"  upToolTip="Next Visualization" onClick="visEffects.next();"/>
  114.     </subview>
  115.     
  116.     <subview id="Rightdrawer" zIndex="3" left="487" top="46" backgroundimage="Right-Drawer.png" transparencycolor="#FF00FF"/>
  117.     <subview id="Rightdrawertop" zIndex="4" left="487" top="46" backgroundimage="Right-Drawer.png" transparencycolor="#FF00FF">
  118.         <button image="Right-Drawer.png" left="0" top="0" zIndex="4" transparencycolor="#FF00FF"  enabled="false" tabstop="false"/>
  119.         <subview id="Drawerbuttonsb" zIndex="22" left="4" top="6" backgroundimage="Right-Drawer-Buttons.png">
  120.             <buttongroup backgroundimage="Right-Drawer-Buttons.png" Hoverimage="Right-Drawer-Buttons-ho.png" Downimage="Right-Drawer-Buttons-dn.png" Disabledimage="Right-Drawer-Buttons-dis.png" Mappingimage="Right-Drawer-Buttons-map.png">
  121.                 <buttonelement mappingcolor="#000000" uptooltip="Turn Repeat On" downtooltip="Turn Repeat Off" cursor="hand" onClick="player.settings.setMode('loop',down);" sticky="true"/>
  122.                 <buttonelement mappingcolor="#FFFFFF" uptooltip="Turn Shuffle On" downtooltip="Turn Shuffle Off" cursor="hand" onClick="player.settings.setMode('shuffle',down);"  sticky="true"/>
  123.                 <buttonelement mappingcolor="#FF0000"  id="visbut" uptooltip="Show Visuals" downtooltip="Hide Visuals" cursor="hand"  onClick="moveDrawerright()"  />
  124.                 
  125.             </buttongroup>
  126.         </subview>
  127.         <button id="Rightdraweropen" image="Right-Drawer-openbutton.png" hoverimage="Right-Drawer-openbutton-ho.png" downimage="Right-Drawer-openbutton-dn.png" left="54" top="53" zIndex="8" transparencycolor="#FF00FF" uptooltip="Show Visuals, Volume and Seek" downtooltip="Hide Visuals, Volume and Seek" cursor="hand" onClick="moveDrawerright();"/>
  128.         <button id="Rightdraweropen2" tabstop="false" visible="false" image="Right-Drawer-openbutton2.png" hoverimage="Right-Drawer-openbutton2-ho.png" downimage="Right-Drawer-openbutton2-dn.png" left="54" top="53" zIndex="9" transparencycolor="#FF00FF" uptooltip="Hide Visuals, Volume and Seek" downtooltip="Show Visuals, Volume and Seek" cursor="hand" onClick="moveDrawerright();"/>
  129.     
  130.     </subview>
  131.     <subview id="Drawertileb" zIndex="3" left="490" top="46" backgroundimage="Drawer-Tile.png" transparencycolor="#FF00FF"/>
  132.     <subview id="Drawertile2b" zIndex="3" left="490" top="46" backgroundimage="Drawer-Tile.png" transparencycolor="#FF00FF"/>
  133.     
  134.     <subview zIndex="8" id="Shutterbutton" backgroundimage="Shutter-button.png" left="429" top="176" >
  135.         <button id="shutterbut" backgroundimage="Shutter-button.png" hoverimage="Shutter-button-ho.png" downimage="Shutter-button-dn.png" cursor="hand" uptooltip="Close Shutter" onClick="toggleShutter()"/>
  136.     </subview>
  137.     <subview zIndex="8" id="Contentbutton" backgroundimage="Content-button.png" left="229" top="176" >
  138.         <button id="contentbut" backgroundimage="Content-button.png" hoverimage="Content-button-ho.png" downimage="Content-button-dn.png" cursor="hand" uptooltip="Info Mode" onClick="toggleInfo()"/>
  139.     </subview>
  140.  
  141. </view>
  142.  
  143.  
  144.  
  145. <!-- video -->
  146. <view id="videoView" width="500" height="300" minWidth="500" minHeight="300" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="Script.js"
  147.     onLoad="loadVidPrefs()" onClose="saveVidPrefs()" onKeyPress="viewHotKeys();" >
  148.  
  149.     <player OpenState_onchange="checkVideoPlayerState();" PlayState_onchange="checkVideoPlayerState();" />
  150.     
  151.     <subview zIndex="5" top="0" left="119" verticalAlignment="top" width="17" height="17"  backgroundImage="Vid-topleft.png" transparencycolor="#FF00FF"/>
  152.     <subview zIndex="5" top="0" left="136" verticalAlignment="top" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-toptile.png"  transparencycolor="#FF00FF"/>
  153.     <subview zIndex="5" top="0" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-topright.png" transparencycolor="#FF00FF" />
  154.     <subview zIndex="5" top="0" left="jscript:view.width-93" verticalAlignment="top"  horizontalAlignment="right" width="11" height="17"  backgroundImage="Vid-toprightx.png"  transparencycolor="#FF00FF"/>
  155.     <subview zIndex="6" top="17" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="23"  backgroundImage="Vid-toprightx2.png"  transparencycolor="#FF00FF"/>
  156.     <!--
  157.     <subview zIndex="5" top="17" left="0" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-93"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  158.     -->
  159.     <subview zIndex="5" top="17" left="119" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-93"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  160.     
  161.     <subview zIndex="5" top="jscript:view.height-77" left="119" verticalAlignment="bottom" width="17" height="18"  backgroundImage="Vid-bottomleft.png"  transparencycolor="#FF00FF"/>
  162.     <subview zIndex="5" top="jscript:view.height-76" left="136" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-bottomtile.png"  transparencycolor="#FF00FF"/>
  163.     <subview zIndex="5" top="jscript:view.height-76" left="136" verticalAlignment="bottom" width="111" height="17"  backgroundImage="Vid-bottomleftx.png"  transparencycolor="#FF00FF"/>
  164.     <subview zIndex="5" top="17" left="jscript:view.width-82" verticalAlignment="stretch" horizontalAlignment="right" backgroundtiled="true" width="18" height="jscript:view.height-93"  backgroundImage="Vid-righttile.png"  transparencycolor="#FF00FF"/>
  165.     <subview zIndex="5" top="jscript:view.height-76" left="jscript:view.width-106" verticalAlignment="bottom" horizontalAlignment="right" width="24" height="17"  backgroundImage="Vid-bottomrightx.png"  transparencycolor="#FF00FF"/>
  166.     <subview zIndex="6" top="jscript:view.height-119" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="43"  backgroundImage="Vid-bottomrightx2.png"  transparencycolor="#FF00FF"/>
  167.     <subview zIndex="5" top="0" left="jscript:view.width-124" verticalAlignment="top"  horizontalAlignment="right" width="20" height="17"  backgroundImage="Vid-buttons-zoom.png" transparencycolor="#FF00FF" >
  168.         <button cursor="hand" onClick="videoZoom()" upToolTip="Zoom"   image="Vid-buttons-zoom.png" hoverimage="Vid-buttons-zoom-ho.png" downimage="Vid-buttons-zoom-dn.png" disablediamge="Vid-buttons-zoom-dis.png" />
  169.     </subview>
  170.     <subview zIndex="5" top="0" left="jscript:view.width-102" verticalAlignment="top"  horizontalAlignment="right" width="20" height="17"  backgroundImage="Vid-buttons-close.png"  transparencycolor="#FF00FF" >
  171.         <button cursor="hand" onClick="closeView(vidID)" upToolTip="Close"  image="Vid-buttons-close.png" hoverimage="Vid-buttons-close-ho.png" downimage="Vid-buttons-close-dn.png" disablediamge="Vid-buttons-close-dis.png" />
  172.     </subview>
  173.     <subview zIndex="5" top="jscript:view.height-76" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-bottomright.png"  transparencycolor="#FF00FF">
  174.         <button image="Vid-bottomright.png" onMouseDown="view.size( 'bottomright' );saveVidSize();" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - [use mouse or arrow keys]" onkeydown="viewResizer(event);" />
  175.     </subview>
  176.     <subview id="vidSettings" zIndex="6" top="-125" left="119" verticalAlignment="center" horizontalAlignment="left" width="131" height="160"  backgroundImage="Vid-drawer.png"  transparencycolor="#FF00FF">
  177.             <button  cursor="hand" id="vidbut" uptooltip="Show Video Settings" image="Vid-drawer-button.png" hoverimage="Vid-drawer-button-ho.png"  onClick="moveVidDrawer()" cursor="hand"/>
  178.             <button cursor="hand" tabstop="false" id="vidbut2" uptooltip="Hide Video Settings" zindex="4" visible="false" image="Vid-drawer-button2.png" hoverimage="Vid-drawer-button2-ho.png"  onClick="moveVidDrawer()" cursor="hand"/>
  179.         <subview id="vidvolseek" zIndex="26" top="12" left="13" width="62" height="26"  backgroundImage="Vidvolseekbg.png"  transparencycolor="#FF00FF">
  180.             <slider zIndex="26"  uptooltip="Volume2" left="0" top="2" bordersize="8" width="60" height="8" thumbImage="Vid-Drawer-Knob.png" thumbhoverImage="Vid-Drawer-Knob-ho.png"   toolTip="Volume" max="100" min="0" value="wmpprop:player.settings.volume" value_onchange="jscript:player.settings.volume=value; player.settings.mute=false;mute.down=false;"/>
  181.             <slider zIndex="26"  left="0" top="16" bordersize="8" width="60" height="8" thumbImage="Vid-Drawer-Knob.png" thumbhoverImage="Vid-Drawer-Knob-ho.png"   toolTip="Seek" foregroundProgress="wmpprop:player.network.downloadProgress" max="wmpprop:player.currentMedia.duration" min="0" value="wmpprop:player.controls.currentPosition" onDragEnd="jscript:player.controls.currentPosition=value;"/>
  182.         </subview>
  183.         <videosettings id="vidset" enable="true" />
  184.                 <slider id="hue" left="13" top="42" width="60" height="8" toolTip="Hue" borderSize="8" direction="horizontal" slide="false" thumbImage="Vid-Drawer-Knob.png"  thumbhoverImage="Vid-Drawer-Knob-ho.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;"/>
  185.                     <button id="hueres" transparencycolor="#FF00FF" left="75" top="42" width="50" height="8" image="trans.gif" onClick="JScript:vidset.hue=0;" upTooltip="Reset Hue" cursor="hand"/>
  186.                 <slider id="saturation" left="13" top="56" width="60" height="8" toolTip="Saturation" borderSize="8" min="-127" max="127" direction="horizontal" thumbImage="Vid-Drawer-Knob.png" thumbhoverImage="Vid-Drawer-Knob-ho.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;"/>
  187.                     <button id="satres" transparencycolor="#FF00FF" left="75" top="56" width="50" height="8" image="trans.gif" onClick="JScript:vidset.saturation=0;" upTooltip="Reset Saturation" cursor="hand"/>
  188.                 <slider id="brightness" left="13" top="70" bordersize="8" width="60" height="8" toolTip="Brightness" direction="horizontal" thumbImage="Vid-Drawer-Knob.png" thumbhoverImage="Vid-Drawer-Knob-ho.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" />                
  189.                     <button id="brightres" transparencycolor="#FF00FF" left="75" top="70" width="50" height="8" image="trans.gif" onClick="JScript:vidset.brightness=0;" upTooltip="Reset Brightness" cursor="hand"/>
  190.                 <slider id="contrast" left="13" top="84" width="60" height="8" toolTip="Contrast" borderSize="8" direction="horizontal" slide="false" thumbImage="Vid-Drawer-Knob.png" thumbhoverImage="Vid-Drawer-Knob-ho.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;"/>
  191.                     <button id="contres" transparencycolor="#FF00FF" left="75" top="84" width="50" height="8" image="trans.gif" onClick="JScript:vidset.contrast=0;" upTooltip="Reset Contrast" cursor="hand"/>
  192.     </subview>
  193.     <subview zIndex="7"  top="-125" left="119" verticalAlignment="center" horizontalAlignment="left" width="131" height="164"  backgroundImage="Vid-drawer-cover.png"  transparencycolor="#FF00FF"/>
  194.     
  195.     <subview id="VidBG" zIndex="19" left="136" top="17" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundimage="Vid-bg.png" backgroundColor="#000000" width="jscript:view.width-218" height="jscript:view.height-93" />
  196.     <subview id="centerBox" zIndex="20" left="136" top="17" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundimage="Vid-bg.png" backgroundColor="#000000" width="jscript:view.width-218" height="jscript:view.height-93" >
  197.         <video zIndex="8" id="videoWin" windowless="false" width="jscript:centerBox.width" height="jscript:centerBox.height" 
  198.             horizontalAlignment="stretch" verticalAlignment="stretch" onvideostart="checkVideoPlayerState();"  backgroundcolor="black"  onvideoend="checkVideoPlayerState();"
  199.             onclick="" OnDblClick="videoWin.fullScreen=true" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  200.             tabstop="false"/>
  201.     </subview>
  202.  
  203.  
  204. </view>
  205.  
  206.  
  207.  
  208. <!-- Playlist -->
  209. <view id="plView" width="550" height="300" minWidth="500" minHeight="300" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="Script.js"
  210.      onKeyPress="viewHotKeys();" onLoad="loadPlPrefs();" onClose="savePlPrefs();" > 
  211.  
  212.     <!-- <player modeChange="updateShuffRep()" /> -->
  213.     
  214.     <subview zIndex="5" top="0" left="119" verticalAlignment="top" width="17" height="17"  backgroundImage="Vid-topleft.png" transparencycolor="#FF00FF"/>
  215.     <subview zIndex="5" top="0" left="136" verticalAlignment="top" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-toptile.png"  transparencycolor="#FF00FF"/>
  216.     <subview zIndex="5" top="0" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-topright.png" transparencycolor="#FF00FF" />
  217.     <subview zIndex="5" top="0" left="jscript:view.width-93" verticalAlignment="top"  horizontalAlignment="right" width="11" height="17"  backgroundImage="Vid-toprightx.png"  transparencycolor="#FF00FF"/>
  218.     <subview zIndex="6" top="17" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="30"  backgroundImage="Vid-toprightx2.png"  transparencycolor="#FF00FF"/>
  219.     <!--
  220.     <subview zIndex="5" top="17" left="0" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-93"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  221.     -->
  222.     <subview zIndex="5" top="17" left="119" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-93"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  223.     
  224.     <subview zIndex="5" top="jscript:view.height-77" left="119" verticalAlignment="bottom" width="17" height="18"  backgroundImage="Vid-bottomleft.png"  transparencycolor="#FF00FF"/>
  225.     <subview zIndex="5" top="jscript:view.height-76" left="136" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-bottomtile.png"  transparencycolor="#FF00FF"/>
  226.     <subview zIndex="5" top="jscript:view.height-76" left="136" verticalAlignment="bottom" width="111" height="17"  backgroundImage="Vid-bottomleftx.png"  transparencycolor="#FF00FF"/>
  227.     <subview zIndex="5" top="jscript:view.height-76" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-bottomright.png"  transparencycolor="#FF00FF">
  228.         <button image="Vid-bottomright.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - [use mouse or arrow keys]" onkeydown="viewResizer(event);" />
  229.     </subview>
  230.     
  231.     <subview zIndex="5" top="24" left="jscript:view.width-82" verticalAlignment="stretch" horizontalAlignment="right" backgroundtiled="true" width="18" height="jscript:view.height-103"  backgroundImage="Vid-righttile.png"  transparencycolor="#FF00FF"/>
  232.     
  233.     <subview zIndex="5" top="jscript:view.height-76" left="jscript:view.width-106" verticalAlignment="bottom" horizontalAlignment="right" width="24" height="17"  backgroundImage="Vid-bottomrightx.png"  transparencycolor="#FF00FF"/>
  234.     <subview zIndex="6" top="jscript:view.height-119" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="43"  backgroundImage="Vid-bottomrightx2.png"  transparencycolor="#FF00FF"/>
  235.     <subview zIndex="5" top="0" left="jscript:view.width-102" verticalAlignment="top"  horizontalAlignment="right" width="20" height="17"  backgroundImage="Vid-buttons-close.png"  transparencycolor="#FF00FF" >
  236.         <button cursor="hand" onClick="theme.savePreference('plViewer', 'false');view.close()" upToolTip="Close"  image="Vid-buttons-close.png" hoverimage="Vid-buttons-close-ho.png" downimage="Vid-buttons-close-dn.png" disablediamge="Vid-buttons-close-dis.png" />
  237.     </subview><!--  onClick="theme.savePreference('plViewer', 'false'); closeView(plID)" -->
  238.     
  239.     <subview id="plcenterBox" zIndex="20" left="136" top="17" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundColor="#000000" width="jscript:view.width-218" height="jscript:view.height-93" >
  240.         <playlist id="plFrame" width="jscript:plcenterBox.width" height="jscript:plcenterBox.height"
  241.             backgroundColor="#000000" foregroundcolor="#F3E22D" itemPlayingColor="#F3E22D" itemPlayingBackgroundColor="#523E1D" 
  242.             disabledItemColor="#556382" columns="name=Name;artist=Artist;album=Album;duration=Time;" playlistItemsVisible="true" dropDownVisible="true" 
  243.             horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" />
  244.     </subview>
  245.  
  246.  
  247. </view>
  248.  
  249.  
  250.  
  251. <!-- Info Mode -->
  252. <view id="infoView" width="503" height="320" minWidth="503" minHeight="320" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="Script.js"
  253.      onKeyPress="viewHotKeys();"  onLoad="theme.savePreference( 'infoViewer', 'true' )" onClose="theme.savePreference( 'infoViewer', 'false' )" > 
  254.  
  255.     <subview zIndex="5" top="0" left="119" verticalAlignment="top" width="17" height="17"  backgroundImage="Vid-topleft.png" transparencycolor="#FF00FF"/>
  256.     <subview zIndex="5" top="0" left="136" verticalAlignment="top" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-toptile.png"  transparencycolor="#FF00FF"/>
  257.     <subview zIndex="5" top="0" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-topright.png" transparencycolor="#FF00FF" />
  258.     <subview zIndex="5" top="0" left="jscript:view.width-93" verticalAlignment="top"  horizontalAlignment="right" width="11" height="17"  backgroundImage="Vid-toprightx.png"  transparencycolor="#FF00FF"/>
  259.     <subview zIndex="6" top="17" left="jscript:view.width-82" verticalAlignment="top"  horizontalAlignment="right" width="18" height="30"  backgroundImage="Vid-toprightx2.png"  transparencycolor="#FF00FF"/>
  260.     <!--
  261.     <subview zIndex="5" top="17" left="0" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-93"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  262.     -->
  263.     <subview zIndex="5" top="17" left="119" verticalAlignment="stretch" horizontalAlignment="left" backgroundtiled="true" width="17" height="jscript:view.height-23"  backgroundImage="Vid-lefttile.png"  transparencycolor="#FF00FF"/>
  264.     
  265.     <subview zIndex="5" top="jscript:view.height-18" left="119" verticalAlignment="bottom" width="17" height="18"  backgroundImage="Vid-bottomleft.png"  transparencycolor="#FF00FF"/>
  266.     <subview zIndex="5" top="jscript:view.height-17" left="136" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundtiled="true" width="jscript:view.width-218" height="17"  backgroundImage="Vid-bottomtile.png"  transparencycolor="#FF00FF"/>
  267.     <subview zIndex="5" top="jscript:view.height-17" left="136" verticalAlignment="bottom" width="111" height="17"  backgroundImage="Vid-bottomleftx.png"  transparencycolor="#FF00FF"/>
  268.     <subview zIndex="5" top="jscript:view.height-17" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="17"  backgroundImage="Vid-bottomrightb.png"  transparencycolor="#FF00FF">
  269.         <!-- <button image="Vid-bottomright.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - [use mouse or arrow keys]" onkeydown="viewResizer(event);" /> -->
  270.     </subview>
  271.     
  272.     <subview zIndex="5" top="24" left="jscript:view.width-82" verticalAlignment="stretch" horizontalAlignment="right" backgroundtiled="true" width="18" height="jscript:view.height-83"  backgroundImage="Vid-righttile.png"  transparencycolor="#FF00FF"/>
  273.     
  274.     <subview zIndex="5" top="jscript:view.height-17" left="jscript:view.width-106" verticalAlignment="bottom" horizontalAlignment="right" width="24" height="17"  backgroundImage="Vid-bottomrightx.png"  transparencycolor="#FF00FF"/>
  275.     <subview zIndex="6" top="jscript:view.height-60" left="jscript:view.width-82" verticalAlignment="bottom" horizontalAlignment="right" width="18" height="43"  backgroundImage="Vid-bottomrightx2.png"  transparencycolor="#FF00FF"/>
  276.     <subview zIndex="5" top="0" left="jscript:view.width-102" verticalAlignment="top"  horizontalAlignment="right" width="20" height="17"  backgroundImage="Vid-buttons-close.png"  transparencycolor="#FF00FF" >
  277.         <button cursor="hand" onClick="theme.savePreference('infoViewer', 'false');view.close();" upToolTip="Close"  image="Vid-buttons-close.png" hoverimage="Vid-buttons-close-ho.png" downimage="Vid-buttons-close-dn.png" disablediamge="Vid-buttons-close-dis.png" />
  278.     </subview><!--  onClick="theme.savePreference('plViewer', 'false'); closeView(plID)" -->
  279.     
  280.     <subview id="infocenterBox" zIndex="20" left="136" top="17" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundImage="InfoBG.jpg" width="jscript:view.width-218" height="jscript:view.height" >
  281.         <button id="aabout" uptooltip="Information about Wild Well Control" top="80" left="21" image="Info-About.jpg" hoverimage="Info-About-ho.jpg" cursor="hand" onClick="showAbout()"/>
  282.         <button id="aaction" uptooltip="Pictures of Wild Well Control In Action" top="104" left="21" image="Info-Action.jpg" hoverimage="Info-Action-ho.jpg" cursor="hand" onClick="showAction()"/>
  283.         <button id="aweb" uptooltip="Web Destinations" top="127" left="21" image="Info-Web.jpg" hoverimage="Info-Web-ho.jpg" cursor="hand" onClick="showWeb()"/>
  284.         <button id="acontact" uptooltip="How to Contact Us"  top="151" left="21" image="Info-Contact.jpg" hoverimage="Info-Contact-ho.jpg" cursor="hand" onClick="showContact()"/>
  285.         <subview id="About1" zIndex="21" left="0" top="0" width="285" height="286" backgroundimage="Info-About-1.jpg" visible="false">
  286.             <button image="Info-Previous-dis.bmp" zIndex="2" left="14" top="265"  enabled="false"/>
  287.             <button image="Info-About-1.jpg" enabled="false"/>
  288.             <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  289.             <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAbout2()" cursor="hand"/>
  290.         </subview>
  291.         <subview id="About2" zIndex="21" left="0" top="0" width="285" height="286" backgroundimage="Info-About-2.jpg" visible="false">
  292.             <button image="Info-About-2.jpg" enabled="false"/>
  293.             <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAbout()" cursor="hand"/>
  294.             <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  295.             <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAbout3()" cursor="hand"/>
  296.         </subview>
  297.         <subview id="About3" zIndex="21" left="0" top="0" width="285" height="286" backgroundimage="Info-About-3.jpg" visible="false">
  298.             <button image="Info-About-3.jpg" enabled="false"/>
  299.             <button image="Info-Experience.bmp"  zIndex="2"  hoverimage="Info-Experience-ho.bmp" left="8" top="205"  cursor="hand"  onClick="jscript:player.launchURL('http://www.wildwell.com/team.htm')"/>
  300.             <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAbout2()" cursor="hand"/>
  301.             <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  302.             <button image="Info-Next-dis.bmp" left="226" top="265"  enabled="false"/>
  303.         </subview>
  304.         <subview id="Action" left="0" top="0" width="285" height="286" zIndex="22"  visible="false" backgroundimage="InfoBG.jpg" >
  305.             <subview id="Action1" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  306.                 <button image="Info-Pic1.jpg"  enabled="false"/>
  307.                 <button image="Info-Previous-dis.bmp" left="14" zIndex="2" top="265"/>
  308.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  309.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction2()" cursor="hand"/>
  310.             </subview>
  311.             <subview id="Action2" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  312.                 <button image="Info-Pic2.jpg"  enabled="false"/>
  313.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction()" cursor="hand"/>
  314.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  315.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction3()" cursor="hand"/>
  316.             </subview>
  317.             <subview id="Action3" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  318.                 <button image="Info-Pic3.jpg"  enabled="false"/>
  319.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction2()" cursor="hand"/>
  320.             
  321.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  322.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction4()" cursor="hand"/>
  323.             </subview>
  324.             <subview id="Action4" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  325.                 <button image="Info-Pic4.jpg"  enabled="false"/>
  326.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction3()" cursor="hand"/>
  327.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  328.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction5()" cursor="hand"/>
  329.             </subview>
  330.             <subview id="Action5" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  331.                 <button image="Info-Pic5.jpg" enabled="false" />
  332.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction4()" cursor="hand"/>
  333.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  334.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction6()" cursor="hand"/>
  335.             </subview>
  336.             <subview id="Action6" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  337.                 <button image="Info-Pic6.jpg" enabled="false" />
  338.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction5()" cursor="hand"/>
  339.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  340.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction7()" cursor="hand"/>
  341.             </subview>
  342.             <subview id="Action7" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  343.                 <button image="Info-Pic7.jpg" enabled="false" />
  344.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction6()" cursor="hand"/>
  345.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  346.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction8()" cursor="hand"/>
  347.             </subview>
  348.             <subview id="Action8" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  349.                 <button image="Info-Pic8.jpg" enabled="false" />
  350.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction7()" cursor="hand"/>
  351.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  352.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction9()" cursor="hand"/>
  353.             </subview>
  354.             <subview id="Action9" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  355.                 <button image="Info-Pic9.jpg"  enabled="false"/>
  356.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction8()" cursor="hand"/>
  357.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  358.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction10()" cursor="hand"/>
  359.             </subview>
  360.             <subview id="Action10" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  361.                 <button image="Info-Pic10.jpg" enabled="false" />
  362.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction9()" cursor="hand"/>
  363.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  364.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction11()" cursor="hand"/>
  365.             </subview>
  366.             <subview id="Action11" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  367.                 <button image="Info-Pic11.jpg"  enabled="false"/>
  368.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction10()" cursor="hand"/>
  369.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  370.                 <button image="Info-Next.bmp" left="226" top="265" hoverimage="Info-Next-ho.bmp" onClick="showAction12()" cursor="hand"/>
  371.             </subview>
  372.             <subview id="Action12" visible="false" backgroundimage="InfoBG.jpg" left="0" top="0" width="285" height="286" zIndex="22">
  373.                 <button image="Info-Pic12.jpg"  enabled="false"/>
  374.                 <button image="Info-Previous.bmp" left="14" zIndex="2" top="265" hoverimage="Info-Previous-ho.bmp" onClick="showAction11()" cursor="hand"/>
  375.                 <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  376.                 <button image="Info-Next-dis.bmp" left="226" top="265" enabled="false"/>
  377.             </subview>
  378.         </subview>
  379.         <subview id="Web" left="0" top="0" width="285" height="286" zIndex="22"  visible="false" backgroundimage="Info-Webdest.jpg" >
  380.             <button id="web1" image="Info-Web-1.bmp" hoverimage="Info-Web-1-ho.bmp" left="6" top="60" cursor="hand" onClick="jscript:player.launchURL('http://www.wildwell.com')" />
  381.             <button id="web2" image="Info-Web-2.bmp" hoverimage="Info-Web-2-ho.bmp" left="6" top="88" cursor="hand" onClick="jscript:player.launchURL('http://www.marinehazard.com')" />
  382.             <button id="web3" image="Info-Web-3.bmp" hoverimage="Info-Web-3-ho.bmp" left="6" top="116" cursor="hand" onClick="jscript:player.launchURL('http://www.superiorenergy.com')"  />
  383.             <button image="Info-Previous-dis.bmp" left="14" zIndex="2" top="265"  enabled="false"/>
  384.             <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  385.             <button image="Info-Next-dis.bmp" left="226" top="265" enabled="false"/>
  386.         </subview>
  387.         <subview id="Contact" left="0" top="0" width="285" height="286" zIndex="22"  visible="false" backgroundimage="Info-Contact1.jpg" >
  388.             <button image="Info-contact-e.bmp" hoverimage="Info-Contact-e-ho.bmp" left="78" zIndex="2" top="60" cursor="hand"  onClick="jscript:player.launchURL('mailto:wildwell@wildwell.com')"/>
  389.             <button image="Info-Previous-dis.bmp" left="14" zIndex="2" top="265"  enabled="false"/>
  390.             <button image="Info-Back.bmp"  zIndex="2"  hoverimage="Info-Back-ho.bmp" left="106" top="265"  cursor="hand" onClick="showMenu()"/>
  391.             <button image="Info-Next-dis.bmp" left="226" top="265" enabled="false"/>
  392.         </subview>
  393.     </subview>
  394.     
  395.  
  396.  
  397. </view>
  398. </theme>
  399.